Several GnuTLS fixes for log level and initialization.
authorTed Zlatanov <tzz@lifelogs.com>
Tue, 5 Nov 2013 02:29:03 +0000 (21:29 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Tue, 5 Nov 2013 02:29:03 +0000 (21:29 -0500)
commit51035f1ea58bed7b3b890c4cd17f54493e7e3b0c
treee507faa25eac11af3bf9a97876570342b9589086
parent8f2f5ecf60946375172a262367744e3cfed2c7fd
Several GnuTLS fixes for log level and initialization.

* gnutls.c (emacs_gnutls_handle_error): Adjust log level for EAGAIN.
(Fgnutls_boot): Set process gnutls_p later, after initialization.

* process.c (wait_reading_process_output, read_process_output)
(send_process): Check gnutls_state is not NULL.
src/ChangeLog
src/gnutls.c
src/process.c